func net.mapErr
11 uses
net (current package)
cgo_unix.go#L51: Err: mapErr(err).Error(),
cgo_unix.go#L81: Err: mapErr(ctx.Err()).Error(),
dial.go#L614: return nil, &OpError{Op: "dial", Net: sd.network, Source: sd.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
dnsclient_unix.go#L200: return dnsmessage.Parser{}, dnsmessage.Header{}, mapErr(err)
fd_unix.go#L64: return nil, mapErr(ctx.Err())
fd_unix.go#L113: ret = mapErr(ctxErr)
fd_unix.go#L144: return nil, mapErr(ctx.Err())
lookup.go#L357: err := newDNSError(mapErr(ctx.Err()), host, "")
lookup.go#L368: err = newDNSError(mapErr(err), host, "")
lookup.go#L690: return nil, mapErr(err)
net.go#L448: func mapErr(err error) error {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |